if(_loc2_.front.timer >= _loc1_.fire and _loc2_.back.timer >= _loc1_.fire and _loc2_.front.timer <= _loc1_.overfire and _loc2_.back.timer <= _loc1_.overfire)
{
x = new Number(_loc1_.mark);
_loc1_.mark = x + 100;
_loc1_.jumbmark.mark.mark = 100;
_loc1_.jumbmark.mark.text = "好味!";
_loc1_.jumbmark.play();
_loc1_.nowmix = _loc1_.nowmix + 1;
}
else if(_loc2_.front.timer > _loc1_.overfire and _loc2_.back.timer > _loc1_.overfire)
{
x = new Number(_loc1_.mark);
_loc1_.mark = x + 0;
_loc1_.jumbmark.mark.mark = 0;
_loc1_.jumbmark.mark.text = "濃了!";
_loc1_.jumbmark.play();
}
else if(_loc2_.front.timer > _loc1_.overfire and _loc2_.back.timer < _loc1_.overfire or _loc2_.front.timer < _loc1_.overfire and _loc2_.back.timer > _loc1_.overfire)
{
x = new Number(_loc1_.mark);
_loc1_.mark = x + 0;
_loc1_.jumbmark.mark.mark = 50;
_loc1_.jumbmark.mark.text = "太熟!";
_loc1_.jumbmark.play();
}
else if(_loc2_.front.timer < _loc1_.fire and _loc2_.back.timer < _loc1_.fire)
{
x = new Number(_loc1_.mark);
_loc1_.mark = x + 0;
_loc1_.jumbmark.mark.mark = 0;
_loc1_.jumbmark.play();
_loc1_.jumbmark.mark.text = "生的!";
}
nowmeat--;
removeMovieClip(_loc2_);
}
if(nowmeat == 0 and _loc1_.nowmix > _loc1_.mix)
{
_loc1_.nowmix = 0;
_loc1_.nowbb = 0;
testvar = "下一級";
gotoAndStop("next");
}
else if(nowmeat == 0 and _loc1_.nowmix < _loc1_.mix)